From 5b1eadbfa938bc5dc8e623ece55dbc378e70ce3f Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 4 Apr 2011 22:46:30 -0500 Subject: [PATCH] Invoke the correct xmlstarlet executable on Debian systems. Emacs now invokes the correct xmlstarlet executable on Debian systems. Emacs invokes xmlstarlet rather than xml, which is the correct executable name on Debian systems. Provided-by: Jussi Judin Date: Sat, 20 Oct 2007 14:42:02 UTC Added-by: Rob Browning Status: Debian specific Bug: 447378 --- lisp/progmodes/flymake.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index de7034f0b39..4d21371523e 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1760,7 +1760,7 @@ Use CREATE-TEMP-F for creating temp copy." ;;;; xml-specific init-cleanup routines (defun flymake-xml-init () - (list "xml" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace)))) + (list "xmlstarlet" (list "val" (flymake-init-create-temp-buffer-copy 'flymake-create-temp-inplace)))) (provide 'flymake) -- 2.30.2